home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
demos
/
metanet
/
meta.dem
< prev
next >
Wrap
Text File
|
1999-09-16
|
383b
|
15 lines
getf(SCI+'/demos/metanet/metro.sci','c');
mode(0);
num=x_message([' ';
'METANET is a Scilab toolbox for graph and network analysis';
'It comes with a graphics tool for visualizing and creating graphs';
' ';
'This is a demo for finding the best and fastest way';
' to go from one station to another in Paris subway';
' ';
'Try the demo?'],['Yes','No'])
if num==1 then
metro()
end